Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

files of /cody/vishal-dcode/CSS Loader/

app.js /cody/vishal-dcode/CSS Loader/app.js
18 Views
0 Comments
// ===========================
// Watermark
// ===========================
const createSVG = (width, height, className
index.html /cody/vishal-dcode/CSS Loader/index.html
135 Views
0 Comments
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge"
style.css /cody/vishal-dcode/CSS Loader/style.css
48 Views
0 Comments
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
padding: 30px;
background-color: #eee;